FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package hl7.fhir.uv.saner#current (47 ms)

Package hl7.fhir.uv.saner
Type OperationDefinition
Id Id
FHIR Version R4
Source http://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/OperationDefinition-Measure-evaluate-measure.html
Url http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure
Version 1.0.1
Status draft
Date 2024-05-18T21:25:01+00:00
Name Evaluatethemeasure
Title Evaluate the measure
Experimental True
Realm uv
Authority hl7
Description Create or update a MeasureReport for the given time period. If a report already exists for the subject and reporter for the given time period, it is updated. Otherwise, a new report is created.
Type false
Kind operation

Resources that use this resource

CapabilityStatement
MeasureComputer-ComputeMeasure Measure Computer implementing the Compute Measure transaction.
MeasureComputer Measure Computer

Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

URL: [base]/Measure/[id]/$evaluate-measure

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INperiodEnd1..1string
(date)

The end of the measurement period.

INperiodStart1..1string
(date)

The start of the measurement period.

INreport1..1string
(string)

If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.

OUTreturn1..1MeasureReport

The computed MeasureReport


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "Measure-evaluate-measure",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Measure/[id]/$evaluate-measure</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>periodEnd</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td><div><p>The end of the measurement period.</p>\n</div></td></tr><tr><td>IN</td><td>periodStart</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td><div><p>The start of the measurement period.</p>\n</div></td></tr><tr><td>IN</td><td>report</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#string\">string</a>)</td><td/><td><div><p>If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/measurereport.html\">MeasureReport</a></td><td/><td><div><p>The computed MeasureReport</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-evaluate-measure",
  "version" : "1.0.1",
  "name" : "Evaluatethemeasure",
  "title" : "Evaluate the measure",
  "status" : "draft",
  "kind" : "operation",
  "experimental" : true,
  "date" : "2024-05-18T21:25:01+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name" : "Keith W. Boone",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description" : "Create or update a MeasureReport for the given time period. If a report already exists for the subject and\n\t\t\t\t\t\t\treporter for the given time period, it is updated.\n\t\t\t\t\t\t\tOtherwise, a new report is created.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "evaluate-measure",
  "resource" : [
    "Measure"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "periodEnd",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The end of the measurement period.",
      "type" : "string",
      "searchType" : "date"
    },
    {
      "name" : "periodStart",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The start of the measurement period.",
      "type" : "string",
      "searchType" : "date"
    },
    {
      "name" : "report",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.",
      "type" : "string",
      "searchType" : "string"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The computed MeasureReport",
      "type" : "MeasureReport"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.